Don't confuse gtk-doc
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Nov 2016 17:39:09 +0000 (12:39 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Nov 2016 17:39:09 +0000 (12:39 -0500)
Empty doc comments make gtk-doc complain about undocumented
functions, even though these functions are not supposed to
be documented in the first place.

gtk/gtktrashmonitor.c

index 8d9ef6f737bb9051e147fe6c384a7568e0bccebd..d52006432e402d901b34f5cfe4108f52d09ee094 100644 (file)
@@ -183,7 +183,7 @@ _gtk_trash_monitor_init (GtkTrashMonitor *monitor)
   recompute_trash_state (monitor);
 }
 
-/**
+/*
  * _gtk_trash_monitor_get:
  *
  * Returns: (transfer full): a new reference to the singleton
@@ -206,7 +206,7 @@ _gtk_trash_monitor_get (void)
   return the_trash_monitor;
 }
 
-/**
+/*
  * _gtk_trash_monitor_get_icon:
  * @monitor: a #GtkTrashMonitor
  *
@@ -229,7 +229,7 @@ _gtk_trash_monitor_get_icon (GtkTrashMonitor *monitor)
   return g_themed_icon_new (icon_name);
 }
 
-/**
+/*
  * _gtk_trash_monitor_get_has_trash:
  * @monitor: a #GtkTrashMonitor
  *